home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Serious Software / Cherwell Scientific Demos / DIMPLE / Install Files / IOL / Negative.IOL < prev    next >
Text File  |  1997-02-25  |  140b  |  8 lines

  1. !DIMPLE IOL PROGRAM
  2. ! Negative function - for 8-bit images only
  3. images
  4.   x "Image" input ;
  5.   y "Negative" output ;
  6.  
  7. operations
  8.   y = 255-x ;